lowercase
fun <D> ReadOnlyProperty<D, String>.lowercase(): ReadOnlyProperty<D, String>
Content copied to clipboard
fun <D> ReadWriteProperty<D, String>.lowercase(): ReadWriteProperty<D, String>
Content copied to clipboard
fun <D> ReadOnlyProperty<D, String?>.lowercase(): ReadOnlyProperty<D, String?>
Content copied to clipboard
fun <D> ReadWriteProperty<D, String?>.lowercase(): ReadWriteProperty<D, String?>
Content copied to clipboard